home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / kernel / fsio / fsioStreamInt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-19  |  996 b   |  33 lines

  1. /*
  2.  * fsioStreamInt.h --
  3.  *
  4.  *    Declarations of internal stuff about streams.
  5.  *
  6.  * Copyright 1992 Regents of the University of California
  7.  * Permission to use, copy, modify, and distribute this
  8.  * software and its documentation for any purpose and without
  9.  * fee is hereby granted, provided that this copyright
  10.  * notice appears in all copies.  The University of California
  11.  * makes no representations about the suitability of this
  12.  * software for any purpose.  It is provided "as is" without
  13.  * express or implied warranty.
  14.  *
  15.  * $Header: /cdrom/src/kernel/Cvsroot/kernel/fsio/fsioStreamInt.h,v 9.2 92/10/28 18:41:12 mgbaker Exp $ SPRITE (Berkeley)
  16.  */
  17.  
  18. #ifndef _FSIOSTREAMINT
  19. #define _FSIOSTREAMINT
  20.  
  21. /* constants */
  22.  
  23. /* data structures */
  24.  
  25. /* procedures */
  26. extern ReturnStatus FsioSetupStreamReopen _ARGS_((Fs_HandleHeader *hdrPtr,
  27.     Address paramsPtr));
  28. extern void FsioFinishStreamReopen _ARGS_((Fs_HandleHeader *hdrPtr,
  29.     Address statePtr,
  30.     ReturnStatus status));
  31.  
  32. #endif /* _FSIOSTREAMINT */
  33.